/*
 * @Author:马时强
 * @description:仅用于index_article2021.html 
*/
/* 四个按钮 */
.top_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.top_flex .top_province_new {
  width: 351px;
  height: 190px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/bg03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_flex .top_province_new02,
.top_flex .top_province_new03,
.top_flex .top_province_new04 {
  margin-left: -4px;
}

.top_flex .top_province_txt01 {
  width: 100%;
  height: 42px;
  margin: 12px auto 0 auto;
  line-height: 42px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/top_title.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_flex .top_province_txt01 span {
  color: #fffe95;
  font-size: 16px;
  font-weight: normal;
}

.top_flex .top_province_txt01 i {
  float: left;
  width: 19px;
  height: 24px;
  margin-top: 7px;
  margin-left: 28px;
  background-image: url(https://www.huatu.com/images/2020css/images/zw/time02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_flex .top_province_txt02 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  color: #fffe95;
  font-weight: bold;
}

.top_flex .top_province_txt03 {
  padding-bottom: 12px;
  color: #fff;
  font-size: 16px;
}

.top_flex .top_enter {
  width: 126px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  background-color: #fde179;
  background: linear-gradient(to right, #fee880, #f6c55d, #efa940);
  text-align: center;
  color: #a5030b;
  font-size: 18px;
  border-radius: 40px;
  transition: transform 0.5s ease;
}

.top_flex .top_enter:hover {
  transform: translateY(-5px);
}

.hoticon {
  width: 30px;
  margin-right: 5px;
}

@media all and (max-width: 1040px) {
  .top_flex {
    width: 100%;
    flex-wrap: wrap;
  }

  .top_flex .top_province_new {
    width: 50%;
    margin: 0 auto !important;
    height: 140px;
    font: 18px/26px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif !important;
  }

  .top_flex .top_province_txt01 {
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    text-align: left;
  }

  .top_flex .top_province_txt01 i {
    margin-right: 10px;
  }

  .top_flex .top_province_txt01 span {
    display: none;
  }

  .top_flex .top_province_txt02 {
    padding: 0;
    font-size: 15px;
  }

  .top_flex .top_province_txt03 {
    padding-bottom: 0;
    font-size: 13px;
  }

  .top_flex .top_enter {
    width: 110px;
    height: 26px;
    margin: 0 auto;
    line-height: 26px;
    font-size: 14px;
  }
}

/* 弹窗样式 */
.maskBox {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.maskBox .tanChuang {
  width: 500px;
  height: 400px;
  position: relative;
  border-radius: 8px;
  /* 2023年省考弹窗 */
}

.maskBox .tanChuang .closeImg {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}

.maskBox .tanChuang .windowBox {
  width: 500px;
  height: 360px;
  position: relative;
}

.maskBox .tanChuang .windowBox .btnList {
  width: 90%;
  padding: 0 5%;
  z-index: 1010;
  position: absolute;
  bottom: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.maskBox .tanChuang .windowBox .btnList .wbtn {
  width: 45%;
  height: 36px;
  border-radius: 18px;
  font-size: 0.875em;
  text-align: center;
  color: #f12507;
  margin: 4px 0;
  background: linear-gradient(to bottom, #ffe497 0%, #fcad07 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.maskBox .tanChuang .windowBox .btnList .wbtn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #f12507;
  font-weight: 500;
}

.maskBox .tanChuang .windowBox .windowImg {
  width: 100%;
}

.maskBox .tanChuang .windowBox .lk-btn {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 35%;
  padding-left: 26%;
}

.maskBox .tanChuang .windowBox .lk-btn li {
  float: left;
  height: 30px;
  border-radius: 16px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  line-height: 30px;
  margin: 0 18px;
  list-style: none;
}

.maskBox .tanChuang .layfix {
  position: absolute;
  left: 50%;
  top: 0;
  width: 531px;
  height: 418px;
  margin-left: -265px;
  background: url(https://u3.huatu.com/uploads/allimg/210303/655589-21030313110E95.png) no-repeat center;
}

.maskBox .tanChuang .layfix h3 {
  margin-top: 80px;
  text-align: center;
  margin-left: 35px;
}

.maskBox .tanChuang .layfix h3 a {
  text-decoration: none;
  color: #faede0;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 6px;
}

.maskBox .tanChuang .layfix p {
  text-align: center;
}

.maskBox .tanChuang .layfix p a {
  display: inline-block;
  width: 115px;
  height: 38px;
  cursor: pointer;
  background: #ea1f2e;
  border: 2px solid #fff1a6;
  border-radius: 38px;
  color: #faede0;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.maskBox .tanChuang .layfix h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #fff9eb;
  margin-top: 10px;
}

.maskBox .tanChuang .layfix .mt4,
.maskBox .tanChuang .layfix .mt5,
.maskBox .tanChuang .layfix .mt6 {
  margin-top: 15px;
}

.maskBox .tanChuang .gfjxh {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 444px;
  height: 486px;
  padding-top: 143px;
  box-sizing: border-box;
  background-image: url(https://u3.huatu.com/uploads/allimg/230111/660736-2301111J434596.png);
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: 1001;
  text-align: center;
}

.maskBox .tanChuang .gfjxh_txt01 {
  font-size: 22px;
  background-image: linear-gradient(0deg, rgba(226, 0, 14, 0.99) 0%, rgba(245, 49, 5, 0.99) 68.1640625%);
  color: rgba(245, 49, 5, 0.99);
  -webkit-text-fill-color: transparent;
}

.maskBox .tanChuang .gfjxh_txt02 {
  padding-bottom: 16px;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #000000;
  background-image: linear-gradient(0deg, rgba(245, 49, 5, 0.99) 0%, rgba(226, 0, 14, 0.99) 68.1640625%);
  color: rgba(226, 0, 14, 0.99);
  -webkit-text-fill-color: transparent;
}

.maskBox .tanChuang .gfjxh_link {
  width: 314px;
  margin: 0 auto;
}

.maskBox .tanChuang .gfjxh_link a {
  float: left;
  width: 150px;
  height: 50px;
  margin-bottom: 10px;
  background: linear-gradient(0deg, rgba(209, 2, 6, 0.99), rgba(243, 91, 49, 0.99));
  border-image: linear-gradient(0deg, #fd4905, #fa1807) 1 1;
  box-shadow: 0px 1px 1px 0px rgba(225, 88, 10, 0.5);
  border-radius: 26px;
  line-height: 50px;
  transition: transform 0.5s ease;
  text-decoration: none;
}

.maskBox .tanChuang .gfjxh_link a span {
  font-size: 20px;
  color: #ffffff;
  /*-webkit-text-stroke: 1px #fd4605;*/
  /*text-stroke: 1px #fd4605;*/
}

.maskBox .tanChuang .gfjxh_link a:hover {
  transform: translateY(-5px);
}

.maskBox .tanChuang .gfjxh_link a:nth-child(even) {
  float: right;
}

.maskBox .tanChuang .gfjxh_link a.active {
  width: 306px;
}

.maskBox .tanChuang .gfjxh_close {
  position: absolute;
  top: -10px;
  right: -30px;
  width: 30px;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.maskBox .tanChuang .gfjxh_close:hover {
  transform: rotate(180deg);
}

/* 首页顶部通栏 */
.topBar {
  width: 100%;
  height: 550px;
  background-image: url(https://hlj.huatu.com/images/topbg.jpg);
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  position: relative;
  /* 顶部视频 */
}

.topBar .wrap {
  width: 100vw;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.topBar .titleCase {
  width: 100%;
  padding-top: 64px;
  margin-bottom: 58px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.topBar .titleCase .titleLink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.topBar .titleCase .titleLink .title {
  height: 100%;
  margin: 0 20px;
}

.topBar .titleCase .titleLink .kaike {
  width: 105px;
  height: auto;
  display: block;
  position: absolute;
  top: 62px;
  right: -80px;
}

.topBar .btnCase {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.topBar .btnCase ul {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.topBar .btnCase ul li {
  width: 15%;
}

.topBar .btnCase ul li img {
  border-radius: 5px;
  display: block;
}

.topBar .videoBox {
  width: 300px;
  height: 170px;
  position: fixed;
  top: 62px;
  left: 70px;
  z-index: 10;
}

.topBar .videoBox .guanBi {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: -32px;
}

/* 首页顶部倒计时 */
.countdown {
  width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 8px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 6px;
  right: 0;
}

.countdown h3 {
  width: 1.125em;
  font-size: 1.125em;
  padding: 0 8px;
  color: #b83237;
  border-right: #b83237 1px solid;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.countdown .guokao {
  margin: 0 8px;
}

.countdown .guokao h6 {
  color: #b83237;
  font-size: 1em;
}

.countdown .guokao .day {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.countdown .guokao .day span {
  font-size: 1.5em;
  letter-spacing: 6px;
  color: #fff;
  background-color: #b83237;
  padding: 4px 0 4px 4px;
  margin-right: 3px;
  border-radius: 5px;
  display: block;
}

.countdown .guokao .day p {
  line-height: 1.5em;
  font-size: 1.25em;
  color: #b83237;
  display: block;
}

.countdown .wenzhi {
  margin: 0 12px;
}

.countdown .wenzhi h6 {
  color: #324e1c;
  font-size: 1em;
}

.countdown .wenzhi .day {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.countdown .wenzhi .day span {
  font-size: 1.5em;
  letter-spacing: 6px;
  color: #fff;
  background-color: #324e1c;
  padding: 4px 0 4px 4px;
  margin-right: 3px;
  display: block;
  border-radius: 5px;
}

.countdown .wenzhi .day p {
  line-height: 1.5em;
  font-size: 1.25em;
  color: #324e1c;
  display: block;
}

.countdown .shengkao {
  margin: 0 8px;
}

.countdown .shengkao h6 {
  color: #f09e24;
  font-size: 1em;
}

.countdown .shengkao .day {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.countdown .shengkao .day span {
  font-size: 1.5em;
  letter-spacing: 6px;
  color: #fff;
  background-color: #f09e24;
  padding: 4px 0 4px 4px;
  margin-right: 3px;
  display: block;
  border-radius: 5px;
}

.countdown .shengkao .day p {
  line-height: 1.5em;
  font-size: 1.25em;
  color: #f09e24;
  display: block;
}

.countdown .shiyedanwei {
  margin: 0 8px;
}

.countdown .shiyedanwei h6 {
  color: #0087BD;
  font-size: 1em;
}

.countdown .shiyedanwei .day {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.countdown .shiyedanwei .day span {
  font-size: 1.5em;
  letter-spacing: 6px;
  color: #fff;
  background-color: #0087BD;
  padding: 4px 0 4px 4px;
  margin-right: 3px;
  display: block;
  border-radius: 5px;
}

.countdown .shiyedanwei .day p {
  line-height: 1.5em;
  font-size: 1.25em;
  color: #0087BD;
  display: block;
}

/* 备考大全 横栏 */
.beiKaoDaQuan {
  width: 1400px;
  height: 124px;
  margin: 10px auto;
  /* border: #f1bd57 1px solid; */
  /* background-image: url(https://u3.huatu.com/uploads/allimg/220923/660736-220923100014200.jpg); */
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.beiKaoDaQuan a {
  width: 50%;
  height: 100%;
  /* margin: 0 1%; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.beiKaoDaQuan a img {
  width: 100%;
  height: 140px;
  display: block;
}

/* 直播精讲 或 备考精选 */
.sec_zb_list2 {
  box-sizing: border-box;
  border-left: 1px solid #eeeeee;
}

.sec_zb_list2 li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 26px;
  padding-left: 24px;
}

.sec_zb_list2 li h5 {
  line-height: 26px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec_zb_list2 li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 26px;
  line-height: 26px;
}

.sec_zb_list2 li p span {
  font-size: 16px;
  color: #757578;
}

.sec_zb_list2 li p a {
  display: block;
  text-align: center;
  background: #f1f1f1;
  color: #757578;
  font-size: 14px;
  margin-left: 10px;
  width: 110px;
  line-height: 26px;
  border-radius: 13px;
}

.sec_zb_list2 li p a.no_begin {
  background: #fcf0ef;
  color: #e7483f;
}

.sec_zb_list2 li p a.zbing {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #eb7738;
  background: #fff4dd;
}

.sec_zb_list2 li p a.zbing span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 4px;
  width: 30px;
  margin-right: 8px;
  height: 26px;
  border-radius: 13px 0 13px 13px;
  background: linear-gradient(90deg, #fb7038, #f6a13f);
}

.sec_zb_list2 li p a.zbing span i {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/zhibo_icon.png") center center no-repeat;
  -webkit-animation: euiIconLiving2 0.6s steps(6) infinite;
  animation: euiIconLiving2 0.6s steps(6) infinite;
  background-size: auto;
}

.sec_zb_list2 li:nth-last-child(1) {
  margin-bottom: 0;
}

.sec_zb_list2 li:hover>i {
  border: 2px solid #e60012;
}

.sec_zb_list2 li>i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 50%;
}

.sec_zb_list2 li:nth-child(1)>i {
  background: #e7483f;
  border: 2px solid #e7483f;
}

.sec_zb_list2 li:nth-child(1)>i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #e7483f;
  opacity: 0.28;
  width: 20px;
  height: 20px;
}

/* 2020.12.24官网适配——by汤素娟 */
/* 首页图书推荐、课程推荐样式 */
.third_box .book_tab {
  margin-bottom: 30px;
}

.third_box .book_tab span {
  padding: 8px 15px;
  font-size: 18px;
  border-radius: 6px;
}

.third_box .span_hover {
  border-radius: 6px;
  font-weight: bold;
  border-bottom: 3px solid #e60012;
  color: #e60012;
  cursor: pointer;
}

.third_box .book_course_box {
  margin-top: 30px;
  position: relative;
}

.third_box .book_course {
  display: none;
}

.third_box .book_course:nth-child(1) {
  display: block;
  position: relative;
}

.third_box .book_course>a {
  display: block;
  position: absolute;
  right: 0;
  top: -70px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.third_box .book_tj_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.third_box .book_tj_list li {
  width: 330px;
  background: #FFFFFF;
}

.third_box .book_tj_list li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.third_box .tu_buy {
  float: right;
  background: #E60012;
  color: #fff;
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
}

.third_box .book_tj_list li a:hover .tu_buy {
  background: red;
}

/* 首页顶部 频道导航 */
.nav_cont:nth-child(1) {
  display: block;
}

.nav_cont:nth-child(2) {
  display: none;
}

/* 首页右侧 新媒体TAB标签内的样式 */
/* hlj/suipian2021/kecheng.htm样式 */
.main_cont ul.xmt_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 4%;
}

.main_cont ul.xmt_list li {
  background: #fff;
  width: 14%;
  margin: 0 6% 1% 0;
}

.main_cont ul.xmt_list li a {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main_cont ul.xmt_list li a p {
  color: #6d6d6d;
  font-size: 15px;
}

.main_cont ul.xmt_list li a div.icon {
  border-radius: 22%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 6px -1px #676767;
}

.main_cont ul.xmt_list li a div.icon img {
  transition: all 0.3s;
}

.main_cont ul.xmt_list li a:hover p {
  color: #e41424;
}

.main_cont ul.xmt_list li a:hover div.icon {
  box-shadow: 0px 2px 6px -1px #e6001285;
}

.main_cont ul.xmt_list li a:hover div.icon img {
  transform: scale(1.2);
}

/* 适配笔记本 */
@media screen and (max-width: 1580px) {
  .btnF4 {
    max-width: 1200px;
  }

  .topBar .wrap {
    max-width: 1200px;
  }

  .topBar .titleCase {
    margin-top: 84px;
  }

  .beiKaoDaQuan {
    width: 1200px;
  }
}

/* 适配手机端 */
@media screen and (max-width: 820px) {
  .tanChuang {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 8px;
  }
}

/*左对联宽度总体样式*/
.xkdh {
  width: 60px;
  height: 100%;
  background: #dc0008;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 24px 0 rgba(15, 66, 76, 0.25);
  margin: 0;
  padding: 0;
}

/*选课报班样式*/
.xkhd {
  background: #210001;
}

.xkhd a {
  display: block;
  font: 18px/20px "Microsoft Yahei";
  text-align: center;
  padding: 6px;
  font-weight: bold;
  color: #fff;
}

/*一级导航与二级导航样式*/
.xkbm {
  width: 60px;
  height: auto;
  position: relative;
  left: 0;
}

.xkbm li {
  margin: 0 auto;
  width: 60px;
  box-sizing: border-box;
  list-style: none;
}

.xkbm li:not(:last-child) {
  border-bottom: 1px dotted #ff8991;
  list-style: none;
}

.xkbm li>a {
  display: block;
  height: 6.2vh;
  font: 14px/6.2vh "Microsoft Yahei";
  color: #fff;
  text-align: center;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  font-weight: 600;
  list-style: none;
}

.xkbm li>a.xksz {
  font: 14px/2.4vh "Microsoft Yahei";
  padding: 0.8vh 10px;
  height: auto;
  font-weight: 600;
  list-style: none;
}

.xkbm li:hover>a {
  color: #fff;
  background: #fc5b4a;
  background: linear-gradient(0deg, #f44336, #e91e63);
  background: -webkit-linear-gradient(0deg, #f44336, #e91e63);
  background: -moz-linear-gradient(0deg, #fd832a, #fc5b4a);
  box-shadow: 0 0 2px 2px #f44336;
  list-style: none;
}

.xkbm li>div {
  position: absolute;
  left: 60px;
  top: 0;
  min-width: 164px;
  height: 107%;
  background: #f8f8f8;
  padding: 15px 10px 0px;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -ms-transition: 0.6s all;
  box-shadow: 6px 0 24px 0 rgba(15, 66, 76, 0.25);
  list-style: none;
}

.xkbm li>div a {
  display: block;
  padding: 6px 10px;
  margin-bottom: 10px;
  font: 14px/20px "Microsoft Yahei";
  color: #333;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0px 2px 0 #bdbdbd;
  list-style: none;
}

.xkbm li>div a:hover {
  background: #ff4048;
  border: none;
  background: linear-gradient(to right, #f44336, #e91e63);
  color: #fff;
  list-style: none;
}

.xkbm li:hover>div {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  opacity: 1;
  list-style: none;
}

@media screen and (max-width: 1400px) {
  .xkdh {
    width: 50px;
  }

  .xkbm {
    width: 50px;
  }

  .xkbm li {
    width: 50px;
    list-style: none;
  }

  .xkbm li>div {
    left: 50px;
    list-style: none;
  }
}

@media screen and (max-width: 1200px) {
  .xkdh {
    display: none;
  }
}

.hotimg {
  position: relative;
}

.hotimg:before {
  width: 32px;
  height: 32px;
  background: url(https://u3.huatu.com/hubei/images/kc_hot1.png) top no-repeat;
  content: "";
  background-size: contain;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  opacity: 1;
}

/*滑出DIV菜单样式*/
.xkbm li a:hover {
  background: #ffd6d2;
  color: #f00 !important;
  list-style: none;
}

.xkbm li>div a:hover {
  color: #fff !important;
  list-style: none;
}

.xkbm li:hover div {
  display: block;
  list-style: none;
}

/* <轮播下方> */
.zhang {
  margin: 0 auto;
  position: relative;
  clear: both;
  align-items: center;
  width: 1400px;
}

@media screen and (max-width: 1580px) {
  .zhang {
    margin: 0 auto;
    position: relative;
    clear: both;
    align-items: center;
    width: 1200px;
  }
}

.img {
  border: none;
  max-width: 80%;
  max-height: 80%;
}

/* 中部后加块 */
.smtl210414_04 {
  border: 2px solid #e1132a;
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1580px) {
  .smtl210414_04 {
    border: 2px solid #e1132a;
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}

.smtl210414_nav {
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  border-bottom: 2px solid #e1132a;
  /* background: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_bg.png) no-repeat center center; */
  background: url(https://hlj.huatu.com/images/tl04_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smtl210414_nav_l img {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 35px;
  margin-right: 13px;
}

.smtl210414_nav_l {
  color: #ffffff;
}

.smtl210414_nav_l a {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.4s ease;
}

.smtl210414_nav_l a:hover {
  transform: translateY(-4px);
}

.smtl210414_nav_l a.big {
  color: #fffa38;
  font-size: 30px;
  font-weight: bold;
  margin-right: 40px;
}

.smtl210414_nav_l a.small {
  color: #ffffff;
  font-size: 18px;
}

.smtl210414_nav_r a {
  margin-right: 30px;
}

.weixin_code {
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  display: inline-block;
}

.gfwx_img {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 130px;
  height: 130px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  /* border: 1px solid #E1132A; */
  box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);
}

.weixin_code:hover .gfwx_img {
  display: block;
}

.gfwx_img img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.tl04_weixin {
  width: 35px;
  height: 36px;
}

.tl04_wangke {
  width: 36px;
  height: 37px;
}

.smtl210414_nav_r a img,
.smtl210414_nav_r .weixin_code img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.smtl210414_nav_r a span,
.smtl210414_nav_r .weixin_code span {
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.smtl210414_nav_r a:hover span,
.smtl210414_nav_r .weixin_code:hover span {
  color: #fffa38;
  text-decoration: underline;
}

.smtl210414_04_body {
  box-sizing: border-box;
  padding: 0 20px 33px;
  background: url(https://u3.huatu.com/hubei/gjgwy/2022/2022gktl/bg.png) no-repeat center bottom;
}

.smtl210414_04 .lmzx_l {
  width: 68%;
}

.smtl210414_04 .lmzx_r {
  width: 30%;
  margin-left: 2%;
  margin-top: 34px;
}

.smtl210414_04 .smfl_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.smtl210414_04 .smfl_body_l {
  width: 46%;
  margin-top: 30px;
}

.smtl210414_04 .smfl_body_r {
  width: 48%;
  margin-top: 30px;
}

.smtl210414_04 .smfl_body_r .swiper-container {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  overflow: hidden;
}

.smtl210414_04 .smfl_body_r .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smtl210414_04 .smfl_body_r h3 {
  line-height: 1;
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smtl210414_04 .smfl_body_r h3 a {
  color: #ed213a;
  font-size: 22px;
  vertical-align: middle;
  margin: 0 5px;
  font-weight: bold;
}

.smtl210414_04 .smfl_body_r h3 .tip1 {
  display: inline-block;
  width: 76px;
  height: 26px;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_tip_bg2.png) no-repeat center center;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

.smtl210414_04 .work-box {
  width: 100%;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 27px 0px rgba(233, 13, 0, 0.11);
  border-radius: 10px;
  padding: 10px 0;
}

.smtl210414_04 .work-box ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.smtl210414_04 .work-box ul li {
  width: 16.6%;
  margin: 5px 0;
}

.smtl210414_04 .work-box ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.smtl210414_04 .work-box ul li img {
  margin: 0 auto;
  display: block;
}

.smtl210414_04 .work-box ul li p {
  text-align: center;
}

.smtl210414_04 .link_list li {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.smtl210414_04 .link_list li a {
  font-weight: normal;
  font-size: 16px;
}

.smtl210414_04 .link_list li .lineName {
  font-weight: 500;
  color: #000;
  text-align: center;
  display: inline-block;
  margin: 0 0.5em 0 0;
}

.smtl210414_04 .link_list li .lineName .keChengLink {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fba80e;
  color: #fff;
  padding: 0 0.2em;
  border-radius: 5px;
  font-size: 14px;
}

.smtl210414_04 li span {
  color: #cccccc;
}

.smtl210414_04 .link_list li a:hover {
  color: #ed213a;
}

.smtl210414_04 .smfl_body_r .swiper-container-horizontal>.swiper-pagination-bullets,
.smtl210414_04 .smfl_body_r .swiper-pagination-custom,
.smtl210414_04 .smfl_body_r .swiper-pagination-fraction {
  bottom: -7px;
}

.smtl210414_04 .smfl_body_r .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.smtl210414_04 .smfl_body_r .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.smtl210414_04 .lmzx_r h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 12px 0;
}

.smtl210414_04 h3 .tl04_owner {
  color: #666666;
  font-size: 18px;
}

.smtl210414_04 h3 .tl04_owner a {
  color: #666666;
  font-size: 18px;
  font-weight: normal;
}

.smtl210414_04 h3 .tl04_owner a:hover {
  color: #ed213a;
}

.smtl210414_04 .yqlj_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smtl210414_04 .yqlj_container a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  width: 32%;
  height: 56px;
  color: #ffffff;
  font-size: 20px;
  transition: transform 0.4s ease;
}

.smtl210414_04 .yqlj_container a:hover {
  transform: translateY(-4px);
}

.smtl210414_04 .yqlj_container a:nth-child(1) {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_bg1.png) no-repeat center center;
  background-size: 100% 100%;
}

.smtl210414_04 .yqlj_container a:nth-child(2) {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_bg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.smtl210414_04 .yqlj_container a:nth-child(3) {
  background: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_bg3.png) no-repeat center center;
  background-size: 100% 100%;
}

.smtl210414_04 .zwjs_container {
  width: 100%;
  height: 78px;
  background: #fff0f1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 28px;
}

.smtl210414_04 .lmzx_l .zwjs_container {
  padding: 10px 16px;
  margin-bottom: 0;
}

.smtl210414_04 .zwjs_tip {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9%;
  margin-right: 1%;
  height: 56px;
  border-radius: 2px;
  color: #e40200;
  text-align: center;
  font-size: 22px;
}

.smtl210414_04 .zwjs_tip img {
  width: 20%;
}

.smtl210414_04 .zwjs_tip span {
  margin-left: 8px;
}

.smtl210414_04 .zwjs_container .selDiv {
  float: left;
  width: 13%;
  height: 56px;
  margin-right: 0.6%;
  position: relative;
}

.smtl210414_04 .zwjs_container .selDiv cite {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background: #fff url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_select_bg.png) no-repeat 90% center;
  font-size: 20px;
  font-style: normal;
  line-height: 56px;
  padding-left: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}

.tl04_zymc {
  display: block;
  float: left;
  width: 13%;
  height: 56px;
  margin-right: 0.6%;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-size: 20px;
  font-style: normal;
  color: #333333;
  line-height: 56px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}

.tl04_zymc::placeholder {
  color: #333333;
}

.smtl210414_04 .zwjs_container .selDiv:hover cite {
  border-color: #ed6346;
  box-shadow: 0 6px 10px rgba(252, 93, 72, 0.2);
  background-image: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_select_active.png);
  color: #df3636;
}

.tl04_zymc:hover {
  color: #df3636;
  border-color: #ed6346;
  box-shadow: 0 6px 10px rgba(252, 93, 72, 0.2);
}

.tl04_zymc:hover::placeholder {
  color: #df3636;
}

.smtl210414_04 .zwjs_container .selDiv ul {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  width: 99%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}

.smtl210414_04 .zwjs_container .selDiv li {
  font-size: 16px;
  text-indent: 10%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smtl210414_04 .zwjs_container .selDiv li:hover {
  background-color: #f7f7f7;
}

.smtl210414_04 .zwjs_container .btn {
  float: left;
  display: block;
  width: 11%;
  margin-right: 0.6%;
  height: 56px;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  background: url(https://www.huatu.com/images/2020css/images/fxtl/04/tl04_btn_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  opacity: 0.8;
}

.tl04_bslj {
  width: 12%;
  text-align: center;
  color: #e50400;
  font-size: 20px;
  line-height: 56px;
  float: right;
}

.tl04_bslj:hover {
  text-decoration: underline;
}

.smtl210414_04 .zwjs_container .btn:hover {
  opacity: 1;
}

@media screen and (max-width: 1520px) {
  .smtl210414_04 h3 a {
    font-size: 18px;
  }

  .smtl210414_04 .yqlj_container a {
    font-size: 18px;
  }

  .smtl210414_04 .zwjs_container .selDiv cite {
    font-size: 18px;
  }

  .smtl210414_04 .zwjs_tip {
    font-size: 20px;
  }

  .smtl210414_04 .zwjs_container .btn {
    font-size: 18px;
  }
}